3.470 \(\int \frac{A+B x}{\sqrt{e x} (a+c x^2)^{3/2}} \, dx\)

Optimal. Leaf size=290 \[ -\frac{\sqrt{x} \left (\sqrt{a}+\sqrt{c} x\right ) \sqrt{\frac{a+c x^2}{\left (\sqrt{a}+\sqrt{c} x\right )^2}} \left (\sqrt{a} B-A \sqrt{c}\right ) \text{EllipticF}\left (2 \tan ^{-1}\left (\frac{\sqrt [4]{c} \sqrt{x}}{\sqrt [4]{a}}\right ),\frac{1}{2}\right )}{2 a^{5/4} c^{3/4} \sqrt{e x} \sqrt{a+c x^2}}+\frac{B \sqrt{x} \left (\sqrt{a}+\sqrt{c} x\right ) \sqrt{\frac{a+c x^2}{\left (\sqrt{a}+\sqrt{c} x\right )^2}} E\left (2 \tan ^{-1}\left (\frac{\sqrt [4]{c} \sqrt{x}}{\sqrt [4]{a}}\right )|\frac{1}{2}\right )}{a^{3/4} c^{3/4} \sqrt{e x} \sqrt{a+c x^2}}+\frac{\sqrt{e x} (A+B x)}{a e \sqrt{a+c x^2}}-\frac{B x \sqrt{a+c x^2}}{a \sqrt{c} \sqrt{e x} \left (\sqrt{a}+\sqrt{c} x\right )} \]

[Out]

(Sqrt[e*x]*(A + B*x))/(a*e*Sqrt[a + c*x^2]) - (B*x*Sqrt[a + c*x^2])/(a*Sqrt[c]*Sqrt[e*x]*(Sqrt[a] + Sqrt[c]*x)
) + (B*Sqrt[x]*(Sqrt[a] + Sqrt[c]*x)*Sqrt[(a + c*x^2)/(Sqrt[a] + Sqrt[c]*x)^2]*EllipticE[2*ArcTan[(c^(1/4)*Sqr
t[x])/a^(1/4)], 1/2])/(a^(3/4)*c^(3/4)*Sqrt[e*x]*Sqrt[a + c*x^2]) - ((Sqrt[a]*B - A*Sqrt[c])*Sqrt[x]*(Sqrt[a]
+ Sqrt[c]*x)*Sqrt[(a + c*x^2)/(Sqrt[a] + Sqrt[c]*x)^2]*EllipticF[2*ArcTan[(c^(1/4)*Sqrt[x])/a^(1/4)], 1/2])/(2
*a^(5/4)*c^(3/4)*Sqrt[e*x]*Sqrt[a + c*x^2])

________________________________________________________________________________________

Rubi [A]  time = 0.268766, antiderivative size = 290, normalized size of antiderivative = 1., number of steps used = 6, number of rules used = 6, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.25, Rules used = {823, 842, 840, 1198, 220, 1196} \[ -\frac{\sqrt{x} \left (\sqrt{a}+\sqrt{c} x\right ) \sqrt{\frac{a+c x^2}{\left (\sqrt{a}+\sqrt{c} x\right )^2}} \left (\sqrt{a} B-A \sqrt{c}\right ) F\left (2 \tan ^{-1}\left (\frac{\sqrt [4]{c} \sqrt{x}}{\sqrt [4]{a}}\right )|\frac{1}{2}\right )}{2 a^{5/4} c^{3/4} \sqrt{e x} \sqrt{a+c x^2}}+\frac{B \sqrt{x} \left (\sqrt{a}+\sqrt{c} x\right ) \sqrt{\frac{a+c x^2}{\left (\sqrt{a}+\sqrt{c} x\right )^2}} E\left (2 \tan ^{-1}\left (\frac{\sqrt [4]{c} \sqrt{x}}{\sqrt [4]{a}}\right )|\frac{1}{2}\right )}{a^{3/4} c^{3/4} \sqrt{e x} \sqrt{a+c x^2}}+\frac{\sqrt{e x} (A+B x)}{a e \sqrt{a+c x^2}}-\frac{B x \sqrt{a+c x^2}}{a \sqrt{c} \sqrt{e x} \left (\sqrt{a}+\sqrt{c} x\right )} \]

Antiderivative was successfully verified.

[In]

Int[(A + B*x)/(Sqrt[e*x]*(a + c*x^2)^(3/2)),x]

[Out]

(Sqrt[e*x]*(A + B*x))/(a*e*Sqrt[a + c*x^2]) - (B*x*Sqrt[a + c*x^2])/(a*Sqrt[c]*Sqrt[e*x]*(Sqrt[a] + Sqrt[c]*x)
) + (B*Sqrt[x]*(Sqrt[a] + Sqrt[c]*x)*Sqrt[(a + c*x^2)/(Sqrt[a] + Sqrt[c]*x)^2]*EllipticE[2*ArcTan[(c^(1/4)*Sqr
t[x])/a^(1/4)], 1/2])/(a^(3/4)*c^(3/4)*Sqrt[e*x]*Sqrt[a + c*x^2]) - ((Sqrt[a]*B - A*Sqrt[c])*Sqrt[x]*(Sqrt[a]
+ Sqrt[c]*x)*Sqrt[(a + c*x^2)/(Sqrt[a] + Sqrt[c]*x)^2]*EllipticF[2*ArcTan[(c^(1/4)*Sqrt[x])/a^(1/4)], 1/2])/(2
*a^(5/4)*c^(3/4)*Sqrt[e*x]*Sqrt[a + c*x^2])

Rule 823

Int[((d_.) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_))*((a_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> -Simp[((d + e*x)^(
m + 1)*(f*a*c*e - a*g*c*d + c*(c*d*f + a*e*g)*x)*(a + c*x^2)^(p + 1))/(2*a*c*(p + 1)*(c*d^2 + a*e^2)), x] + Di
st[1/(2*a*c*(p + 1)*(c*d^2 + a*e^2)), Int[(d + e*x)^m*(a + c*x^2)^(p + 1)*Simp[f*(c^2*d^2*(2*p + 3) + a*c*e^2*
(m + 2*p + 3)) - a*c*d*e*g*m + c*e*(c*d*f + a*e*g)*(m + 2*p + 4)*x, x], x], x] /; FreeQ[{a, c, d, e, f, g}, x]
 && NeQ[c*d^2 + a*e^2, 0] && LtQ[p, -1] && (IntegerQ[m] || IntegerQ[p] || IntegersQ[2*m, 2*p])

Rule 842

Int[((f_) + (g_.)*(x_))/(Sqrt[(e_)*(x_)]*Sqrt[(a_) + (c_.)*(x_)^2]), x_Symbol] :> Dist[Sqrt[x]/Sqrt[e*x], Int[
(f + g*x)/(Sqrt[x]*Sqrt[a + c*x^2]), x], x] /; FreeQ[{a, c, e, f, g}, x]

Rule 840

Int[((f_) + (g_.)*(x_))/(Sqrt[x_]*Sqrt[(a_) + (c_.)*(x_)^2]), x_Symbol] :> Dist[2, Subst[Int[(f + g*x^2)/Sqrt[
a + c*x^4], x], x, Sqrt[x]], x] /; FreeQ[{a, c, f, g}, x]

Rule 1198

Int[((d_) + (e_.)*(x_)^2)/Sqrt[(a_) + (c_.)*(x_)^4], x_Symbol] :> With[{q = Rt[c/a, 2]}, Dist[(e + d*q)/q, Int
[1/Sqrt[a + c*x^4], x], x] - Dist[e/q, Int[(1 - q*x^2)/Sqrt[a + c*x^4], x], x] /; NeQ[e + d*q, 0]] /; FreeQ[{a
, c, d, e}, x] && PosQ[c/a]

Rule 220

Int[1/Sqrt[(a_) + (b_.)*(x_)^4], x_Symbol] :> With[{q = Rt[b/a, 4]}, Simp[((1 + q^2*x^2)*Sqrt[(a + b*x^4)/(a*(
1 + q^2*x^2)^2)]*EllipticF[2*ArcTan[q*x], 1/2])/(2*q*Sqrt[a + b*x^4]), x]] /; FreeQ[{a, b}, x] && PosQ[b/a]

Rule 1196

Int[((d_) + (e_.)*(x_)^2)/Sqrt[(a_) + (c_.)*(x_)^4], x_Symbol] :> With[{q = Rt[c/a, 4]}, -Simp[(d*x*Sqrt[a + c
*x^4])/(a*(1 + q^2*x^2)), x] + Simp[(d*(1 + q^2*x^2)*Sqrt[(a + c*x^4)/(a*(1 + q^2*x^2)^2)]*EllipticE[2*ArcTan[
q*x], 1/2])/(q*Sqrt[a + c*x^4]), x] /; EqQ[e + d*q^2, 0]] /; FreeQ[{a, c, d, e}, x] && PosQ[c/a]

Rubi steps

\begin{align*} \int \frac{A+B x}{\sqrt{e x} \left (a+c x^2\right )^{3/2}} \, dx &=\frac{\sqrt{e x} (A+B x)}{a e \sqrt{a+c x^2}}-\frac{\int \frac{-\frac{1}{2} a A c e^2+\frac{1}{2} a B c e^2 x}{\sqrt{e x} \sqrt{a+c x^2}} \, dx}{a^2 c e^2}\\ &=\frac{\sqrt{e x} (A+B x)}{a e \sqrt{a+c x^2}}-\frac{\sqrt{x} \int \frac{-\frac{1}{2} a A c e^2+\frac{1}{2} a B c e^2 x}{\sqrt{x} \sqrt{a+c x^2}} \, dx}{a^2 c e^2 \sqrt{e x}}\\ &=\frac{\sqrt{e x} (A+B x)}{a e \sqrt{a+c x^2}}-\frac{\left (2 \sqrt{x}\right ) \operatorname{Subst}\left (\int \frac{-\frac{1}{2} a A c e^2+\frac{1}{2} a B c e^2 x^2}{\sqrt{a+c x^4}} \, dx,x,\sqrt{x}\right )}{a^2 c e^2 \sqrt{e x}}\\ &=\frac{\sqrt{e x} (A+B x)}{a e \sqrt{a+c x^2}}+\frac{\left (B \sqrt{x}\right ) \operatorname{Subst}\left (\int \frac{1-\frac{\sqrt{c} x^2}{\sqrt{a}}}{\sqrt{a+c x^4}} \, dx,x,\sqrt{x}\right )}{\sqrt{a} \sqrt{c} \sqrt{e x}}-\frac{\left (\left (\sqrt{a} B-A \sqrt{c}\right ) \sqrt{x}\right ) \operatorname{Subst}\left (\int \frac{1}{\sqrt{a+c x^4}} \, dx,x,\sqrt{x}\right )}{a \sqrt{c} \sqrt{e x}}\\ &=\frac{\sqrt{e x} (A+B x)}{a e \sqrt{a+c x^2}}-\frac{B x \sqrt{a+c x^2}}{a \sqrt{c} \sqrt{e x} \left (\sqrt{a}+\sqrt{c} x\right )}+\frac{B \sqrt{x} \left (\sqrt{a}+\sqrt{c} x\right ) \sqrt{\frac{a+c x^2}{\left (\sqrt{a}+\sqrt{c} x\right )^2}} E\left (2 \tan ^{-1}\left (\frac{\sqrt [4]{c} \sqrt{x}}{\sqrt [4]{a}}\right )|\frac{1}{2}\right )}{a^{3/4} c^{3/4} \sqrt{e x} \sqrt{a+c x^2}}-\frac{\left (\sqrt{a} B-A \sqrt{c}\right ) \sqrt{x} \left (\sqrt{a}+\sqrt{c} x\right ) \sqrt{\frac{a+c x^2}{\left (\sqrt{a}+\sqrt{c} x\right )^2}} F\left (2 \tan ^{-1}\left (\frac{\sqrt [4]{c} \sqrt{x}}{\sqrt [4]{a}}\right )|\frac{1}{2}\right )}{2 a^{5/4} c^{3/4} \sqrt{e x} \sqrt{a+c x^2}}\\ \end{align*}

Mathematica [C]  time = 0.0561929, size = 107, normalized size = 0.37 \[ \frac{x \left (3 A \sqrt{\frac{c x^2}{a}+1} \, _2F_1\left (\frac{1}{4},\frac{1}{2};\frac{5}{4};-\frac{c x^2}{a}\right )-B x \sqrt{\frac{c x^2}{a}+1} \, _2F_1\left (\frac{1}{2},\frac{3}{4};\frac{7}{4};-\frac{c x^2}{a}\right )+3 (A+B x)\right )}{3 a \sqrt{e x} \sqrt{a+c x^2}} \]

Antiderivative was successfully verified.

[In]

Integrate[(A + B*x)/(Sqrt[e*x]*(a + c*x^2)^(3/2)),x]

[Out]

(x*(3*(A + B*x) + 3*A*Sqrt[1 + (c*x^2)/a]*Hypergeometric2F1[1/4, 1/2, 5/4, -((c*x^2)/a)] - B*x*Sqrt[1 + (c*x^2
)/a]*Hypergeometric2F1[1/2, 3/4, 7/4, -((c*x^2)/a)]))/(3*a*Sqrt[e*x]*Sqrt[a + c*x^2])

________________________________________________________________________________________

Maple [A]  time = 0.03, size = 288, normalized size = 1. \begin{align*}{\frac{1}{2\,ac} \left ( A\sqrt{{ \left ( cx+\sqrt{-ac} \right ){\frac{1}{\sqrt{-ac}}}}}\sqrt{2}\sqrt{{ \left ( -cx+\sqrt{-ac} \right ){\frac{1}{\sqrt{-ac}}}}}\sqrt{-{cx{\frac{1}{\sqrt{-ac}}}}}{\it EllipticF} \left ( \sqrt{{ \left ( cx+\sqrt{-ac} \right ){\frac{1}{\sqrt{-ac}}}}},{\frac{\sqrt{2}}{2}} \right ) \sqrt{-ac}+B\sqrt{{ \left ( cx+\sqrt{-ac} \right ){\frac{1}{\sqrt{-ac}}}}}\sqrt{2}\sqrt{{ \left ( -cx+\sqrt{-ac} \right ){\frac{1}{\sqrt{-ac}}}}}\sqrt{-{cx{\frac{1}{\sqrt{-ac}}}}}{\it EllipticF} \left ( \sqrt{{ \left ( cx+\sqrt{-ac} \right ){\frac{1}{\sqrt{-ac}}}}},{\frac{\sqrt{2}}{2}} \right ) a-2\,B\sqrt{{\frac{cx+\sqrt{-ac}}{\sqrt{-ac}}}}\sqrt{2}\sqrt{{\frac{-cx+\sqrt{-ac}}{\sqrt{-ac}}}}\sqrt{-{\frac{cx}{\sqrt{-ac}}}}{\it EllipticE} \left ( \sqrt{{\frac{cx+\sqrt{-ac}}{\sqrt{-ac}}}},1/2\,\sqrt{2} \right ) a+2\,Bc{x}^{2}+2\,Acx \right ){\frac{1}{\sqrt{c{x}^{2}+a}}}{\frac{1}{\sqrt{ex}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((B*x+A)/(e*x)^(1/2)/(c*x^2+a)^(3/2),x)

[Out]

1/2*(A*((c*x+(-a*c)^(1/2))/(-a*c)^(1/2))^(1/2)*2^(1/2)*((-c*x+(-a*c)^(1/2))/(-a*c)^(1/2))^(1/2)*(-x*c/(-a*c)^(
1/2))^(1/2)*EllipticF(((c*x+(-a*c)^(1/2))/(-a*c)^(1/2))^(1/2),1/2*2^(1/2))*(-a*c)^(1/2)+B*((c*x+(-a*c)^(1/2))/
(-a*c)^(1/2))^(1/2)*2^(1/2)*((-c*x+(-a*c)^(1/2))/(-a*c)^(1/2))^(1/2)*(-x*c/(-a*c)^(1/2))^(1/2)*EllipticF(((c*x
+(-a*c)^(1/2))/(-a*c)^(1/2))^(1/2),1/2*2^(1/2))*a-2*B*((c*x+(-a*c)^(1/2))/(-a*c)^(1/2))^(1/2)*2^(1/2)*((-c*x+(
-a*c)^(1/2))/(-a*c)^(1/2))^(1/2)*(-x*c/(-a*c)^(1/2))^(1/2)*EllipticE(((c*x+(-a*c)^(1/2))/(-a*c)^(1/2))^(1/2),1
/2*2^(1/2))*a+2*B*c*x^2+2*A*c*x)/(c*x^2+a)^(1/2)/c/a/(e*x)^(1/2)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{B x + A}{{\left (c x^{2} + a\right )}^{\frac{3}{2}} \sqrt{e x}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)/(e*x)^(1/2)/(c*x^2+a)^(3/2),x, algorithm="maxima")

[Out]

integrate((B*x + A)/((c*x^2 + a)^(3/2)*sqrt(e*x)), x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\sqrt{c x^{2} + a}{\left (B x + A\right )} \sqrt{e x}}{c^{2} e x^{5} + 2 \, a c e x^{3} + a^{2} e x}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)/(e*x)^(1/2)/(c*x^2+a)^(3/2),x, algorithm="fricas")

[Out]

integral(sqrt(c*x^2 + a)*(B*x + A)*sqrt(e*x)/(c^2*e*x^5 + 2*a*c*e*x^3 + a^2*e*x), x)

________________________________________________________________________________________

Sympy [C]  time = 25.3819, size = 94, normalized size = 0.32 \begin{align*} \frac{A \sqrt{x} \Gamma \left (\frac{1}{4}\right ){{}_{2}F_{1}\left (\begin{matrix} \frac{1}{4}, \frac{3}{2} \\ \frac{5}{4} \end{matrix}\middle |{\frac{c x^{2} e^{i \pi }}{a}} \right )}}{2 a^{\frac{3}{2}} \sqrt{e} \Gamma \left (\frac{5}{4}\right )} + \frac{B x^{\frac{3}{2}} \Gamma \left (\frac{3}{4}\right ){{}_{2}F_{1}\left (\begin{matrix} \frac{3}{4}, \frac{3}{2} \\ \frac{7}{4} \end{matrix}\middle |{\frac{c x^{2} e^{i \pi }}{a}} \right )}}{2 a^{\frac{3}{2}} \sqrt{e} \Gamma \left (\frac{7}{4}\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)/(e*x)**(1/2)/(c*x**2+a)**(3/2),x)

[Out]

A*sqrt(x)*gamma(1/4)*hyper((1/4, 3/2), (5/4,), c*x**2*exp_polar(I*pi)/a)/(2*a**(3/2)*sqrt(e)*gamma(5/4)) + B*x
**(3/2)*gamma(3/4)*hyper((3/4, 3/2), (7/4,), c*x**2*exp_polar(I*pi)/a)/(2*a**(3/2)*sqrt(e)*gamma(7/4))

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{B x + A}{{\left (c x^{2} + a\right )}^{\frac{3}{2}} \sqrt{e x}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)/(e*x)^(1/2)/(c*x^2+a)^(3/2),x, algorithm="giac")

[Out]

integrate((B*x + A)/((c*x^2 + a)^(3/2)*sqrt(e*x)), x)